table of contents
RHNPLUGIN.CONF(8) | Red Hat, Inc. | RHNPLUGIN.CONF(8) |
NAME¶
rhnplugin.conf - Configuration file for the rhnplugin(8) yum(8) plugin.
SYNOPSIS¶
/etc/yum/pluginconf.d/rhnplugin.conf
DESCRIPTION¶
rhnplugin.conf contains configuration options which are specific to rhnplugin(8). The configuration file is located at /etc/yum/pluginconf.d/rhnplugin.conf.
[main] OPTIONS¶
All options of yum.conf(5) are available. Most notable are:
- enabled
- Either `0' or `1'. Determines whether the plugin will be used by yum or not. Default value is `1'.
- gpgcheck
- Either `0' or `1'. Determines whether gpg signature checking will be performed on packages coming from Spacewalk/Red Hat Satellite. Default value is `1'. If this option is not set, the value from yum.conf(5) will be used.
- timeout
- The amount of time (in seconds) that you want to wait for a response before timing out. If this option is not set, the value from yum.conf(5) will be used.
[channel-label] OPTIONS¶
Individual channels available to client can be configured (enabled/disabled, ...) in sections named by channel label.
FILES¶
- /etc/yum/pluginconf.d/rhnplugin.conf
- The location of this configuration file.
SEE ALSO¶
AUTHORS¶
James Bowes <jbowes@redhat.com> and Peter Vetere <pvetere@redhat.com>.
BUGS¶
Report bugs to <http://bugzilla.redhat.com>.
COPYRIGHT¶
Copyright © 2006 Red Hat, Inc.
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
2006 November 13 | Linux |